home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / honeytrouble.swf / scripts / frame_109 / PlaceObject2_540_26 / CLIPACTIONRECORD on(press).as next >
Encoding:
Text File  |  2007-09-27  |  297 b   |  15 lines

  1. on(press){
  2.    var c = this._currentframe;
  3.    if(_root.SoundStop)
  4.    {
  5.       _root.Sound_con.setVolume(0);
  6.       this.gotoAndStop(2);
  7.    }
  8.    else if(_root.SoundStop == false)
  9.    {
  10.       _root.SoundStop = false;
  11.       _root.Sound_con.setVolume(100);
  12.       this.gotoAndStop(1);
  13.    }
  14. }
  15.